home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ComponentVideoRTPResources.h
-
- Contains: Declarations for Component Video RTP component resources
-
- Copyright: © 1997-1999 by Apple Computer Inc. all rights reserved.
-
- */
-
-
-
- #ifndef __RTPRSSMCOMPONENTVIDEORESOURCES__
- #define __RTPRSSMCOMPONENTVIDEORESOURCES__
-
-
-
- /* ---------------------------------------------------------------------------
- * H E A D E R S
- * ---------------------------------------------------------------------------
- */
-
-
- #ifdef REZ
- # define thng_RezTemplateVersion 2 /* use extended 'thng' resource with resource map */
- # include "Components.r"
- # include "RTPDefines.h"
- #else
- # include <Components.h>
- # include <QTStreamingComponents.h>
- #endif /* REZ */
-
-
-
- #include "ComponentVideoRTP.h"
-
-
-
- /* ---------------------------------------------------------------------------
- * M A C R O S
- * ---------------------------------------------------------------------------
- */
-
-
- #define COMPONENT_VIDEO_PROTOCOL_ENCODING_STRING "X-Sample-YUV-422-v0"
- #define COMPONENT_VIDEO_HI_ENCODING_STRING "Sample YUV 4:2:2"
-
-
-
- #endif /* __RTPRSSMCOMPONENTVIDEORESOURCES__ */
-